Skip to content

chore: normalize workflow and job names#18

Merged
anandpant merged 1 commit into
mainfrom
feat/ci-lane-split-v2
Apr 20, 2026
Merged

chore: normalize workflow and job names#18
anandpant merged 1 commit into
mainfrom
feat/ci-lane-split-v2

Conversation

@anandpant

@anandpant anandpant commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • normalize workflow names to lowercase-kebab
  • normalize job/check names to numbered lowercase-kebab
  • update the README verification section to match the new naming

What Changed

  • CI -> ci
  • Semgrep -> semgrep
  • Semantic PR Title -> semantic-pr
  • CI jobs now render as:
    • 01-changed-paths
    • 02-rustfmt
    • 03-clippy-inspect
    • 04-test-inspect
    • 05-clippy-sync
    • 06-test-sync
  • semgrep job now renders as 01-semgrep-oss-scan
  • semantic-pr job now renders as 01-title

Why

This makes the checks consistent and easier to scan alphabetically while staying stable and standards-compatible.

I also confirmed there is no branch-protection rule in this repo keyed to exact check names, so renaming them will not deadlock merges here.

Verification

  • actionlint -config-file .github/actionlint.yaml .github/workflows/*.yml
  • cargo fmt --all --check
  • cargo test --workspace

Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@anandpant
anandpant merged commit 3d4ccf9 into main Apr 20, 2026
10 checks passed
@anandpant
anandpant deleted the feat/ci-lane-split-v2 branch April 20, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant